@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:'Poppins',sans-serif;color:#fff;background:#000}body{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem;background-image:radial-gradient(circle at center,#1e1e1e,#000 100vh);overflow:hidden}header{position:absolute;top:1.5rem;left:1.5rem}header img{width:120px;height:auto}@media(max-width:600px){header img{width:100px}}main{max-width:650px}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem}p{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.6;margin-bottom:2rem}a.cta{display:inline-block;background-color:#fffc00;color:#000;font-size:1.1rem;font-weight:700;text-decoration:none;padding:.9rem 2.2rem;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease}a.cta:hover,a.cta:focus{transform:scale(1.05);box-shadow:0 0 20px #fffc0060;outline:2px solid #fff;outline-offset:2px}#cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;background-color:#222;color:#fff;padding:1rem;text-align:center;font-size:.9rem;z-index:1000}#cookie-banner p{font-size:.9rem;margin-bottom:.8rem}#cookie-accept{background-color:#fffc00;color:#000;border:none;padding:.6rem 1.2rem;border-radius:30px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif}#cookie-accept:hover{transform:scale(1.05)}